module Base
{

	item tshirt_dclass
	{
		DisplayName = D-Class T-shirt,
		DisplayCategory = Clothing,
		ItemType = base:clothing,
		Icon = dclasstshirt,
		WorldStaticModel = TShirt_Ground,
		BloodLocation = Shirt,
		BodyLocation = base:tshirt,
		ClothingItem = tshirt_dclass,
		ColorBlue = 76,
		ColorGreen = 102,
		ColorRed = 80,
		FabricType = Cotton,
		Insulation = 0.4,
		WindResistance = 0.35,

		Tooltip = Tooltip_tshirt_dclass,
		Tags = base:ripclothingcotton,
	}
	
	item tshirt_staff
	{
		DisplayName = SCP T-shirt,
		DisplayCategory = Clothing,
		ItemType = base:clothing,
		Icon = scpstaffshirt,
		WorldStaticModel = TShirt_Ground,
		BloodLocation = Shirt,
		BodyLocation = base:tshirt,
		ClothingItem = tshirt_staff,
		ColorBlue = 76,
		ColorGreen = 102,
		ColorRed = 80,
		FabricType = Cotton,
		Insulation = 0.45,
		WindResistance = 0.50,

		Tooltip = Tooltip_tshirt_staff,
		Tags = base:ripclothingcotton,
	}	

}
